home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 55 / af055a.adf / News & Updates / Programme_Changes < prev    next >
Text File  |  1993-06-24  |  8KB  |  275 lines

  1.  
  2.                   * * D I S K M A S T E R  II   v2.1c * *
  3.  
  4.   Thank you for upgrading to DiskMaster II.  We're now at version 2.1c,       
  5.   and have fixed a few small things since the manual was written.  Please
  6.   choose "PrintFiles.." under the TOOLS menu in DiskMaster to print a
  7.   permanant copy of this file.
  8.  
  9.  
  10. v2.1c Fixes:
  11.     Printer setup now shows the proper values instead of always 0.
  12.     This must be what's causing the other problems with output, since
  13.     you can't see what the values really are.
  14.  
  15.     Print doesn't switch to HEX when the file is less than 199 bytes.
  16.  
  17.     PrintDir now works.
  18.  
  19.     PrintDir will exclude escape code if the output is not PRT:.
  20.  
  21.  
  22. I've also added *some* AGA support.  I had a 4000/Toaster to test for a couple of days.  All but HAM8 hires work fine.
  23.  
  24. Greg
  25.  
  26. P.S.  Can you believe all the bugs were caused by the SAS/C v6.0 sprintf()
  27. function?
  28.  
  29.                 * * D I S K M A S T E R   H I S T O R Y * *
  30.  
  31.  
  32. DISKMASTER 2.00 -> 2.03 CHANGES:
  33.  
  34. · Title bar clock update under 2.0
  35.  
  36. · Archive files with spaces (uses quotes)
  37.  
  38. · Multiple sources with 'unmark off' commands (i.e. SizeCheck)
  39.  
  40. · 'Read %s SEARCH' automatically starts, and skips to next file when it
  41.     reaches the end.
  42.  
  43. · Default Arc extract menu item was missing a space. "Arc <*x %s"
  44.  
  45. · Doesn't assume device names are null terminated.
  46.  
  47. · In batch files, ";" as the first character can be used to comment out a
  48.   line.
  49.  
  50. · Fixed startup lock stuff:
  51.     OpenWindow
  52.     Lock S
  53.     OpenWindow
  54.     Lock D
  55.   This was not locking the source window.
  56.  
  57. · Single and double quotes can be intermixed in batch like ARexx.
  58.  
  59. · Additions/changes:
  60.  
  61.   About and other requesters will show the version/revision number in the
  62.     title.
  63.   Added "Copy %s %d RENAME" (asks for new filename while copying)
  64.   Added %P (source path without filename)
  65.         %R (requester string)
  66.  
  67. · Reader now accepts 'M' key (mode change) switches between hex/ascii, menu
  68.     button exits the reader, added line/lines page/pages.
  69.  
  70.  
  71. DISKMASTER 2.03 -> 2.04 CHANGES:
  72.  
  73. · Added %V (version) to Barformat so title will show current version.
  74.  
  75. · Superbitmap scrolling in ShowPic is faster.
  76.  
  77. · Fixed Size Check for correct calculations between FFS and non-FFS.
  78.  
  79. · Now syncronous rexx.  "REXX command %s" will now be given each filename
  80.     as before, but DM now waits for the command to return before continuing
  81.     on to the next.
  82.  
  83.  
  84. DISKMASTER 2.04 -> 2.1 CHANGES:
  85.  
  86. · Added FFS to format.
  87.  
  88. · Added HD formatting, but not tested.
  89.  
  90. · Added Backdrop pattern/picture for custom screens.
  91.  
  92. · Diskchange and directory modification detect enhanced.
  93.  
  94. · 2.0 pens are saved in the config.
  95.  
  96. · Fixed crash when deleting files when sorting by date.
  97.  
  98. · Project icon DefaultTool path is expanded so it will always find DM.
  99.  
  100. · Fixed font selection problem in printer setup.
  101.  
  102.  
  103. DISKMASTER 2.1 -> 2.1a CHANGES:
  104.  
  105. · Fixed S<->D swap bug; now no longer crashes machine.
  106.  
  107. · Fixed the addition of Hex information when saving a STARTUP.DM file;
  108.   this bug especially noticable on floppy-based systems.
  109.  
  110. · Fixed Progressive logo.
  111.  
  112. · Fixed CHKsize bug; When a SOURCE device was checked, if there wasn't a
  113.   DESTINATION chosen, the programme would bomb.
  114.  
  115. *******************************************************************************
  116.  
  117. NEW COMMANDS FOR VERSION 2.1:
  118.  
  119.   These are additional commands for DiskMaster II, added since the manual
  120.   last was printed.
  121. -------------------------------------------------------------------------------
  122.  
  123. AddKeyCmd [K,batch_string]                Add a keyboard command
  124.  
  125.   AddKey c,Copy %s %d
  126.     Press "c" to begin a file copy
  127.  
  128.   AddKey C,Copy %s
  129.     Press SHIFT+C to start a copy that requests dest path
  130.  
  131. -------------------------------------------------------------------------------
  132. AddAutoCmd    [data,pattern,batch_string]    Adds an auto command to the list.
  133.  
  134.         DEFAULT & TEXT can be anywhere now, instead of just at the end.
  135.         This also lets you add while it's running, so no text editor
  136.         is needed.
  137.  
  138.         I've also added a file matching pattern.
  139.         This is still compatible with the old format.
  140.  
  141.  
  142.   AddAutoCmd FORM????ILBM, ShowPic %s
  143.     the old way
  144.   AddAutoCmd FORM????ILBM, *.iff, ShowPic %s
  145.     the file must end with ".IFF" and must match the data pattern also
  146.  
  147.   AddAutoCmd , *.iff, ShowPic %s
  148.     The data doesn't matter, but the filename must end with .IFF to match
  149.  
  150. -------------------------------------------------------------------------------
  151. Auto        [file]                Batch process using autocmds
  152.  
  153.   Auto %s
  154.     Uses auto commands on all selected files
  155.  
  156. -------------------------------------------------------------------------------
  157. BackPattern    <file> [[P]ALETTE]        Load any size IFF ILBM as a
  158.                         pattern.
  159.   Back "Env:DMPattern.ilbm"
  160.     Loads the specified file
  161.   Back %s P
  162.     Loads the selected file and uses it's color palette
  163.   Back
  164.     Clears the pattern
  165.  
  166. -------------------------------------------------------------------------------
  167. Confirm     "text" [Continue] [Stop] [edit text]    Ask user before continuing
  168.  
  169.   Confirm "Are you sure" "Yes" "No"
  170.     If user selects "No", the operation will cancel
  171.  
  172.   Confirm "Enter new text" "Ok" "Cancel" "Text to edit"
  173.     Text is modified by user and is accessed as %R
  174.     (also returned in RESULT for AREXX)
  175.  
  176. -------------------------------------------------------------------------------
  177. HostScreen    name                Use a public screen as a host
  178.  
  179.   HostScreen BAUD
  180.     All windows after this will open on the BaudBandit screen.
  181.  
  182. -------------------------------------------------------------------------------
  183. OpenScreen    [depth] [LACE|HALF]        Open a custom screen
  184.         [A|AutoScroll width height]
  185.         [P|Productivity] [S|SuperHires] (these two not tested)
  186.  
  187.   OpenScreen 3 LACE
  188.     Opens an 8 color screen in interlace
  189.  
  190.   OpenScreen 2 LACE A 1024 1024
  191.     4 color autoscroll 1024x1024 (under 2.0 only)
  192.  
  193. -------------------------------------------------------------------------------
  194. Play        [file]                Play a music module
  195.  
  196.   SINGLE;Play %s
  197.     Plays the selected file as a SoundTracker/NoiseTracker/ProTracker module.
  198.     This plays asyncronously, so only select one file if called by a button.
  199.  
  200.   Play
  201.     Stops the music and unloads the module
  202.  
  203. -------------------------------------------------------------------------------
  204. PrintDir %s output
  205.  
  206.   PrintDir %s PRT:
  207.     Prints selected files/dirs in source window using current format
  208.  
  209. -------------------------------------------------------------------------------
  210. SortBy                        Change sort method
  211.  
  212.  SortBy Name
  213.  SortBy Size
  214.  SortBy Date
  215.  
  216. -------------------------------------------------------------------------------
  217. Status V
  218.     returns "DiskMaster V2.04" or whatever the current version is
  219.  
  220. -------------------------------------------------------------------------------
  221. Status H
  222.     Public screeen name or host screen
  223.  
  224. -------------------------------------------------------------------------------
  225. Status D
  226.     Destination path
  227.  
  228. -------------------------------------------------------------------------------
  229.  
  230. Examples using %P & %R
  231.  
  232. ;Extracts to dest (works in DM 2.0):
  233.  
  234. AddMenu Archives, Lharc X >Dest, StdIO "CON:0/12/640/100/Extract Window"; Extern CD %d \LhA <* x %s; StdIO CLOSE
  235.  
  236. ;Extracts to user entered path (%P is default in requester,
  237.                                 %R is what the user entered)
  238.  
  239. AddMenu Archives, Lharc X req, StdIO "CON:0/12/640/100/Extract Window"; Confirm "Enter dest path" Continue Cancel %p; Extern CD %r \LhA <* x %s; StdIO CLOSE
  240.  
  241.  
  242.  
  243.  
  244. OTHER COMMANDS:
  245. CAUTION! THESE MAY NOT STAY!
  246.  
  247. The compression is automatically detected by the text/hex reader, mod player,
  248. and showpic/8SVX player.  (more new features for Opus to steal :)
  249.  
  250. -------------------------------------------------------------------------------
  251. Pack        [file] <signature>        Compress a file using internal
  252.                         single file compression method
  253.    Pack %s
  254.     Pack all selected files using recursion
  255.     A ".dmp" extension is added
  256.  
  257.    Pack %s ABCD
  258.     Adds a signature for later identification by an auto command.
  259.     DMP0ABCD would be the first 8 characters.
  260.  
  261. -------------------------------------------------------------------------------
  262. Unpack        [file]                Decompress a file using internal
  263.                         single file compression method
  264.    Unpack %s
  265.     Unpack all selected .dmp files using recursion
  266.  
  267. -------------------------------------------------------------------------------
  268.  
  269. For Further Information, Contact:
  270.  
  271.   Progressive Peripherals Inc.
  272.   938 Quail Street
  273.   Lakewood, CO. U.S.A
  274.   80215-5513
  275.